home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / StarBurn 10.5 / StarBurnSetup.exe / {app} / Wizards / styles / WinXP.Luna.cjstyles / TEXTFILE / NORMALMETALLIC_INI < prev    next >
Text (UTF-16)  |  2007-03-22  |  133KB  |  2,505 lines

  1. ;------------------------------------------
  2. ; file: metallic\default.ini
  3. ;------------------------------------------
  4.  
  5.  
  6. ;--------- Globals -------------------------
  7. [globals]
  8. ; global edge colors (redefined in various parts) 
  9. EdgeLightColor      = 241 239 226
  10. EdgeHighLightColor  = 255 255 255
  11. EdgeShadowColor     = 172 168 153
  12. EdgeDkShadowColor   = 113 111 100 
  13. EdgeFillColor       = 236 233 216
  14.  
  15. ;--------- system metrics -------------------------------
  16. [SysMetrics]
  17. ;The system metric colors also effect non-themed controls.
  18.  
  19. ScrollbarWidth = 17
  20. ScrollbarHeight = 17
  21.  
  22. Window = 255 255 255
  23. MenuBar = 224 226 235
  24. Menu = 255 255 255
  25. Background = 88 87 104
  26. Btnface = 224 223 227
  27. Highlight = 178 180 191
  28.  
  29. ActiveCaption = 192 192 192
  30. CaptionText = 14 16 16 
  31. InactiveCaption = 255 255 255
  32. InactiveCaptionText = 162 161 161
  33. GradientActiveCaption = 200 200 200
  34. GradientInactiveCaption = 238 239 247
  35. HighlightText = 0 0 0
  36. MenuHilight = 187 183 199
  37. Hottracking = 100 139 203
  38. BtnShadow = 157 157 161
  39. GrayText = 172 168 153
  40. BtnHighlight = 255 255 255
  41. DkShadow3d = 113 111 100
  42. Light3d = 241 239 226
  43.  
  44.  
  45. ;---- don't remove these fonts (must specify to be localizable) ----
  46. CaptionFont = Trebuchet MS, 10, bold
  47. CaptionBarHeight = 25
  48. SmallCaptionFont = Tahoma, 8, bold
  49. SMCaptionBarHeight = 17
  50. SMCaptionBarWidth = 17
  51. MenuFont = Tahoma, 8
  52. StatusFont = Tahoma, 8
  53. MsgBoxFont = Tahoma, 8
  54. IconTitleFont = Tahoma, 8
  55.  
  56.  
  57. ;The FlatMenus option allows the author to turn of the 3d border on menus
  58. FlatMenus = true
  59.  
  60. ;This may allow authors to specify a theme matching stylesheet for Webviews, etc.
  61. CssName = cpwebvw.css
  62.  
  63. ;This may allow authors to specify a theme matching XML file.
  64. XmlName = default.xml
  65.  
  66. ; this theme designed for 15-bit color and higher
  67. MinColorDepth = 15
  68.  
  69. ;---------- buttons ---------------------------------
  70. ;Overall button class
  71. [button]
  72.  
  73. ;Normal button
  74. [button.pushbutton]
  75. bgtype = imagefile
  76. SizingMargins = 8, 8, 9, 9
  77. sizingType = Stretch
  78. ContentMargins = 3, 3, 3, 3 
  79. ImageFile = Metallic\button.bmp
  80. imageCount = 5
  81. ImageLayout = vertical
  82. TextColor = 0 0 0
  83. FillColorHint = 240 241 245; Average fill color (light beige)
  84. BorderColorHint = 0 60 116; Edge color (dark blue grey)
  85. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  86. MinSize= 10, 5
  87.  
  88. ;Makes text for button grey for the disabled state
  89. [button.pushbutton(disabled)]
  90. TextColor = 161 161 146
  91.  
  92. ;Color hint for default state
  93. [button.pushbutton(defaulted)]
  94. AccentColorHint = 240 241 245; Default state hilite color (light grey)
  95.  
  96.  
  97. ;Checkboxes
  98. [button.checkbox]
  99. bgtype = imagefile
  100. imagelayout=vertical
  101. sizingType = TrueSize
  102. SizingMargins = 0, 0, 0, 0
  103. ContentMargins = 0, 0, 0, 0
  104. imageCount = 12
  105. MirrorImage = false
  106. FillColorHint = 33 161 33; Checkmark color (green)
  107. BorderColorHint = 119 119 92; Edge color (dark grey)
  108. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  109.  
  110.  
  111. ;----- Multiple control sizes for different video adapter resolution settings ----
  112. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  113. TrueSizeScalingType = Dpi
  114. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  115. UniformSizing   = true  ; if you must stretch, do width & height equally
  116. ImageFile1=Metallic\CheckBox13.bmp
  117. ImageFile2=Metallic\CheckBox16.bmp
  118. ImageFile3=Metallic\CheckBox25.bmp
  119. MinDpi1=96
  120. MinDpi2=118
  121. MinDpi3=185
  122.  
  123. ;Checkboxes can be disabled in various states, so each of the following entries sets the text
  124. ;to grey for the corresponding states.
  125. [button.checkbox(checkeddisabled)]
  126. TextColor = 161 161 146
  127.  
  128. [button.checkbox(uncheckeddisabled)]
  129. TextColor = 161 161 146
  130.  
  131. [button.checkbox(mixeddisabled)]
  132. TextColor = 161 161 146
  133.  
  134. ;Radio buttons
  135. [button.radiobutton]
  136. bgtype = imagefile
  137. imagelayout=vertical
  138. transparent=true
  139. sizingType = TrueSize
  140. SizingMargins = 0, 0, 0, 0
  141. ContentMargins = 0, 0, 0, 0
  142. imageCount = 8
  143. FillColorHint = 33 161 33; Selection dot color (green)
  144. BorderColorHint = 119 119 92; Edge color (dark grey)
  145. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  146.  
  147.  
  148. ;----- Multiple control sizes for different video adapter resolution settings ----
  149. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  150. TrueSizeScalingType = Dpi
  151. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  152. UniformSizing   = true  ; if you must stretch, do width & height equally
  153. ImageFile1=Metallic\RadioButton13.bmp
  154. ImageFile2=Metallic\RadioButton16.bmp
  155. ImageFile3=Metallic\RadioButton25.bmp
  156. MinDpi1=96
  157. MinDpi2=118
  158. MinDpi3=185
  159.  
  160. ;Radio buttons can be disabled in various states, so each of the following entries sets the text
  161. ;to grey for the corresponding states.
  162. [button.radiobutton(checkeddisabled)]
  163. TextColor = 161 161 146
  164.  
  165. [button.radiobutton(uncheckeddisabled)]
  166. TextColor = 161 161 146
  167.  
  168. ;The line enclosing a group of controls
  169. [button.groupbox]
  170. TextColor = 0 70 213
  171. bgtype = imagefile
  172. SizingMargins = 4, 4, 4, 4
  173. sizingType = Tile
  174. ImageFile = Metallic\GroupBox.bmp
  175. ;BorderOnly means that the area inside the sizing margins is not drawn (so it won't
  176. ;draw on top of the controls it surrounds)
  177. borderOnly = true
  178. transparent = true
  179. BorderColorHint = 119 119 92; Dark grey color
  180. NormalSize = 9999, 9999   ; never source size a groupbox (from IE)
  181.  
  182.  
  183. ;----------- combobox --------------------------------
  184. ;Dropdown controls
  185. [Combobox]
  186. ; Globals for the entire control
  187. BgType  = BorderFill
  188. BorderSize  = 1
  189. FillColor   = 255 255 255 
  190. BorderColor = 127 157 185
  191.  
  192. [Combobox(Hot)]
  193. ; Globals when the mouse is over the control
  194. BorderColor = 127 157 185
  195.  
  196.  
  197. [Combobox(Disabled)]
  198. ; Globals when the control is disabled
  199. BorderColor = 201 199 186
  200. FillColor   = 245 244 234
  201.  
  202. ;The down pointing triangle button
  203. [Combobox.DropDownButton]
  204. BgType  = imagefile
  205. imagelayout = vertical
  206. SizingType  = Stretch
  207. ImageFile = Metallic\ComboButton.bmp
  208. SizingMargins = 3, 3, 3, 3
  209. ContentMargins = 0, 0, 0, 0
  210. ImageCount  = 4
  211. GlyphType   = ImageGlyph
  212. GlyphImageFile = Metallic\ComboButtonGlyph.bmp
  213. GlyphTransparent= true
  214. FillColorHint = 240 241 245; Average fill color (light grey)
  215. BorderColorHint = 255 255 255; Edge color (white)
  216.  
  217.  
  218. ;----------- edit --------------------------------
  219. [edit]
  220. BgType  = BorderFill
  221. BorderSize  = 1
  222. FillColor   = 255 255 255 
  223. BorderColor = 165 172 178 
  224.  
  225. [edit.edittext(Disabled)]
  226. FillColor   = 235 235 228
  227. TextColor   = 161 161 146
  228.  
  229. [edit.edittext(ReadOnly)]
  230. FillColor   = 235 235 228
  231. TextColor   = 0 0 0
  232.  
  233. ;----------- listbox --------------------------------
  234. [Listbox]
  235. BgType  = BorderFill
  236. BorderSize  = 1
  237. FillColor   = 255 255 255 
  238. BorderColor = 127 157 185 
  239.  
  240.  
  241. ;--------- Scrollbar -------------------------
  242. [ScrollBar]
  243.  
  244. ;The buttons, both horizontal and vertical in one strip
  245. ; Scrollbar Arrow Buttons
  246. [ScrollBar.ArrowBtn]
  247. BgType  = ImageFile
  248. SizingMargins = 5, 5, 5, 5
  249. ContentMargins = 0, 0, 3, 3
  250. SizingType = Stretch
  251. ImageFile = Metallic\ScrollArrows.bmp
  252. ImageCount = 16
  253. ImageLayout = Vertical
  254. GlyphType   = ImageGlyph
  255. GlyphTransparent= True
  256. FillColorHint = 240 241 245; Average fill color (light grey)
  257. BorderColorHint = 255 255 255; Edge color (white)
  258.  
  259.  
  260.  
  261. ;----- the two sizes of scrollbar arrow glyphs ----
  262. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  263. TrueSizeScalingType = size
  264. SourceShrink = True
  265. TrueSizeStretchMark = 150; start stretching when target exceeds source size by 150%
  266. UniformSizing   = true; if you must stretch, do width & height equally
  267. ImageFile1  = Metallic\ScrollArrowGlyphsSmall.bmp
  268. ImageFile2  = Metallic\ScrollArrowGlyphs.bmp
  269. MinSize1  = 7, 7
  270. MinSize2  = 9, 9 
  271. NormalSize = 7, 10
  272.  
  273. ; Scrollbar Thumb (horizontal)
  274. [Scrollbar.ThumbBtnHorz]
  275. BgType  = ImageFile
  276. SizingMargins = 5, 5, 5, 5
  277. ContentMargins = 4, 4, 0, 0
  278. ImageFile = Metallic\ScrollThumbHorizontal.bmp
  279. ImageCount  = 4
  280. ImageLayout = Vertical
  281. FillColorHint = 240 241 245; Average fill color (light grey)
  282. BorderColorHint = 255 255 255; Edge color (white)
  283.  
  284.  
  285.  
  286. ;A visual element in the middle of the scrollbar thumb
  287. [Scrollbar.GripperHorz]
  288. BgType  = ImageFile
  289. SizingType  = TrueSize
  290. ImageFile = Metallic\ScrollThumbGripperHorizontal.BMP
  291. imagelayout = vertical
  292. Transparent = True
  293. ImageCount  = 4
  294.  
  295. ; Scrollbar Thumb (vertical)
  296. [Scrollbar.ThumbBtnVert]
  297. BgType  = ImageFile
  298. SizingMargins = 5, 5, 5, 5
  299. ContentMargins = 0, 0, 4, 4
  300. ImageFile = Metallic\ScrollThumbVertical.bmp
  301. ImageCount  = 4
  302. ImageLayout = vertical
  303. FillColorHint = 240 241 245; Average fill color (light grey)
  304. BorderColorHint = 255 255 255; Edge color (white)
  305.  
  306.  
  307. ;A visual element in the middle of the scrollbar thumb
  308. [Scrollbar.GripperVert]
  309. BgType  = ImageFile
  310. SizingType  = TrueSize
  311. ImageFile = Metallic\ScrollThumbGripperVertical.BMP
  312. ImageCount  = 4
  313. Transparent = True
  314. ImageLayout = Vertical
  315.  
  316.  
  317. ; Scrollbar Tracks (horizontal)
  318. [Scrollbar.LowerTrackHorz]
  319. BgType  = imagefile
  320. ImageFile = Metallic\ScrollShaftHorizontal.bmp
  321. SizingMargins = 0, 0, 1, 1
  322. ImageCount = 4
  323. ImageLayout = Vertical
  324. FillColorHint = 240 241 245; Average fill color (light grey)
  325.  
  326.  
  327.  
  328. [Scrollbar.UpperTrackHorz]
  329. BgType  = imagefile
  330. ImageFile = Metallic\ScrollShaftHorizontal.bmp
  331. SizingMargins = 0, 0, 1, 1
  332. ImageCount = 4
  333. ImageLayout = Vertical
  334. FillColorHint = 240 241 245; Average fill color (light grey)
  335.  
  336.  
  337.  
  338. ; Scrollbar Tracks (vertical)
  339. [Scrollbar.LowerTrackVert]
  340. BgType  = imagefile
  341. ImageFile = Metallic\ScrollShaftVertical.bmp
  342. SizingMargins = 1, 1, 0, 0
  343. ImageCount = 4
  344. ImageLayout = Vertical
  345. FillColorHint = 240 241 245; Average fill color (light grey)
  346.  
  347.  
  348.  
  349. [Scrollbar.UpperTrackVert]
  350. BgType  = imagefile
  351. ImageFile = Metallic\ScrollShaftVertical.bmp
  352. SizingMargins = 1, 1, 0, 0
  353. ImageCount = 4
  354. ImageLayout = Vertical
  355. FillColorHint = 240 241 245; Average fill color (light grey)
  356.  
  357.  
  358.  
  359. [ScrollBar.SizeBox]
  360. ImageFile = Metallic\ResizeGrip2.bmp
  361. bgtype = imagefile
  362. imageCount = 2
  363. sizingType = trueSize
  364. Transparent = True
  365. TransparentColor = 255 0 0
  366. FillColorHint = 119 119 92; Gripper dot color (dark grey)
  367. VAlign = Bottom
  368.  
  369.  
  370.  
  371. ;----------- spin --------------------------------
  372. ;Spin buttons for incrementing values in a field
  373. [spin]
  374. bgtype = imagefile
  375. sizingType = tile
  376. ImageFile = Metallic\FieldOutlineBlue.bmp
  377. SizingMargins = 2, 2, 2, 2
  378. imageCount = 1
  379.  
  380. [Spin.Up]
  381. bgtype = imagefile
  382. sizingType = stretch
  383. ImageFile = Metallic\SpinButtonBackgroundUp.bmp
  384. SizingMargins = 4, 4, 4, 4
  385. ContentMargins = 0, 0, 0, 0
  386. imageCount = 4
  387. ImageLayout = Vertical
  388. GlyphType   = ImageGlyph
  389. GlyphImageFile = Metallic\SpinUpGlyph.bmp
  390. GlyphTransparent= True
  391. FillColorHint = 240 241 245; Average fill color (light grey)
  392. BorderColorHint = 255 255 255; Edge color (white)
  393.  
  394.  
  395. [Spin.Down]
  396. bgtype = imagefile
  397. sizingType = tile
  398. ImageFile = Metallic\SpinButtonBackgroundDown.bmp
  399. SizingMargins = 4, 4, 4, 4
  400. ContentMargins = 0, 0, 0, 0
  401. imageCount = 4
  402. ImageLayout = Vertical
  403. GlyphType   = ImageGlyph
  404. GlyphImageFile = Metallic\SpinDownGlyph.bmp
  405. GlyphTransparent= True
  406. FillColorHint = 240 241 245; Average fill color (light grey)
  407. BorderColorHint = 255 255 255; Edge color (white)
  408.  
  409.  
  410. [Spin.Uphorz]
  411. bgtype = imagefile
  412. sizingType = stretch
  413. ImageFile = Metallic\SpinButtonBackgroundRight.bmp
  414. SizingMargins = 4, 4, 4, 4
  415. ContentMargins = 0, 0, 0, 0
  416. imageCount = 4
  417. ImageLayout = Vertical
  418. GlyphType   = ImageGlyph
  419. GlyphImageFile = Metallic\SpinRightGlyph.bmp
  420. GlyphTransparent = True
  421. FillColorHint = 240 241 245; Average fill color (light grey)
  422. BorderColorHint = 255 255 255; Edge color (white)
  423.  
  424.  
  425. [Spin.Downhorz]
  426. bgtype = imagefile
  427. sizingType = Stretch
  428. ImageFile = Metallic\SpinButtonBackgroundLeft.bmp
  429. SizingMargins = 4, 4, 4, 4
  430. ContentMargins = 0, 0, 0, 0
  431. imageCount = 4
  432. ImageLayout = Vertical
  433. GlyphType   = ImageGlyph
  434. GlyphImageFile = Metallic\SpinLeftGlyph.bmp
  435. GlyphTransparent = True
  436. FillColorHint = 240 241 245; Average fill color (light grey)
  437. BorderColorHint = 255 255 255; Edge color (white)
  438.  
  439.  
  440. ;----------- rebar --------------------------------
  441. ;Rebar is a container for toolbars
  442.  
  443. [Rebar]
  444. bgtype =imagefile
  445. sizingtype=stretch
  446. ImageFile = Metallic\ToolbarBackground.bmp
  447. sizingmargins= 0, 0, 0, 4
  448. Font                = Tahoma, 8
  449. TextColor           = 127 124 115
  450.  
  451. FillColorHint = 244 245 249; Background color of toolbars (light grey)
  452.  
  453.  
  454. [Rebar.Band]
  455. bgtype = none
  456. ContentMargins    = 2, 0, 0, 0
  457. EdgeShadowColor = 216 210 189
  458.  
  459.  
  460. [Rebar.Gripper]
  461. bgtype = imagefile
  462. SizingMargins   = 2, 1, 4, 2 
  463. ContentMargins    = 2, 1, 0, 0
  464. ImageFile = Metallic\ToolbarGripper.bmp
  465. sizingType     = Tile
  466. Transparent     = true
  467. FillColorHint = 119 119 92; Gripper dot color (dark grey)
  468.  
  469.  
  470. [Rebar.GripperVert]
  471. bgtype = imagefile
  472. SizingMargins = 3, 3, 2, 1
  473. ContentMargins    = 1, 2, 0, 0
  474. ImageFile = Metallic\ToolbarGripperVert.bmp
  475. sizingType = Tile
  476. Transparent = true
  477. FillColorHint = 119 119 92; Gripper dot color (dark grey)
  478.  
  479.  
  480. [Rebar.Chevron]
  481. SizingMargins = 4, 4, 4, 4
  482. ContentMargins = 0, 0, 0, 0
  483. ImageFile = Metallic\ToolbarButtons.bmp
  484. bgtype = imagefile
  485. imagelayout = vertical
  486. imageCount= 6
  487. sizingType= Stretch
  488. Transparent = true
  489. GlyphType   = ImageGlyph
  490. GlyphImageFile = Metallic\Chevron.bmp
  491. GlyphTransparent= true
  492. VAlign = Top
  493. FillColorHint = 0 0 0; Glyph color (black)
  494.  
  495.  
  496. [Rebar.ChevronVert]
  497. SizingMargins = 4, 4, 4, 4
  498. ContentMargins = 0, 0, 0, 0
  499. ImageFile = Metallic\ToolbarButtons.bmp
  500. bgtype = imagefile
  501. imagelayout = vertical
  502. imageCount= 6
  503. sizingType= Stretch
  504. Transparent = true
  505. GlyphType   = ImageGlyph
  506. GlyphImageFile = Metallic\Chevron.bmp
  507. GlyphTransparent= true
  508. VAlign = Top
  509. FillColorHint = 0 0 0; Glyph color (black)
  510.  
  511.  
  512. ;----------- toolbar--------------------------------
  513. ;Button bars and menu bars in some applicatons
  514.  
  515. [Toolbar]
  516. BgType  = Borderfill
  517. Bordersize  = 0
  518. FillColor   = 239 239 237
  519. TextColor   = 0 0 0
  520.  
  521. [Toolbar(Pressed)]
  522. TextColor= 255 255 255
  523.  
  524. [Toolbar.Button]
  525. SizingMargins = 4, 4, 4, 4
  526. ContentMargins = 0, 0, 0, 0
  527. ImageFile = Metallic\ToolbarButtons.bmp
  528. bgtype = imagefile
  529. imagelayout = vertical
  530. imageCount = 6
  531. sizingType = Stretch
  532. Transparent = true
  533. TransparentColor = 255 0 255
  534. FillColorHint = 240 241 245; Average fill color (light grey)
  535. BorderColorHint = 119 119 92; Edge color (dark grey)
  536.  
  537.  
  538. [Toolbar.Separator]
  539. SizingMargins = 5, 2, 2, 1
  540. ImageFile = Metallic\Separator.bmp
  541. bgtype = imagefile
  542. imageCount = 1
  543. sizingType = tile
  544. Transparent = true
  545. TransparentColor = 255 0 0
  546. FillColorHint = 177 183 187; Darker separator color (medium grey)
  547.  
  548.  
  549. [Toolbar.SeparatorVert]
  550. SizingMargins = 2, 1, 5, 1
  551. ImageFile = Metallic\SeparatorVert.bmp
  552. bgtype = imagefile
  553. imageCount = 1
  554. sizingType = tile
  555. Transparent = true
  556. TransparentColor = 255 0 0
  557. FillColorHint = 177 183 187; Darker separator color (medium grey)
  558.  
  559.  
  560.  
  561. [Toolbar.DropdownButton]
  562. SizingMargins = 4, 4, 4, 4
  563. ContentMargins = 0, 0, 0, 0
  564. ImageFile = Metallic\ToolbarButtons.bmp
  565. bgtype = imagefile
  566. imagelayout = vertical
  567. imageCount = 6
  568. sizingType = Stretch
  569. Transparent = true
  570. TransparentColor = 255 0 255
  571. FillColorHint = 240 241 245; Average fill color (light grey)
  572. BorderColorHint = 119 119 92; Edge color (dark grey)
  573.  
  574.  
  575. [Toolbar.SplitButton]
  576. SizingMargins = 4, 2, 4, 4
  577. ImageFile = Metallic\ToolbarButtonsSplit.bmp
  578. bgtype = imagefile
  579. imagelayout = vertical
  580. imageCount = 6
  581. sizingType = Stretch
  582. Transparent = true
  583. TransparentColor = 255 0 255
  584. FillColorHint = 240 241 245; Average fill color (light grey)
  585. BorderColorHint = 119 119 92; Edge color (dark grey)
  586.  
  587.  
  588. [Toolbar.SplitButtonDropdown]
  589. SizingMargins = 2, 4, 4, 4
  590. ImageFile = Metallic\ToolbarButtonsSplitDropdown.bmp
  591. bgtype = imagefile
  592. imagelayout = vertical
  593. imageCount = 6
  594. sizingType = Stretch
  595. Transparent = true
  596. TransparentColor = 255 0 255
  597. GlyphType   = ImageGlyph
  598. GlyphImageFile = Metallic\ToolbarButtonsSplitDropdownGlyph.bmp
  599. GlyphTransparent= true
  600. FillColorHint = 240 241 245; Average fill color (light grey)
  601. BorderColorHint = 119 119 92; Edge color (dark grey)
  602.  
  603.  
  604.  
  605. ;----------- status--------------------------------
  606. ;The area at the bottom of a window containing miscellaneous status info
  607. ;The first is the container for the status sections
  608. [Status]
  609. SizingMargins = 50, 17, 5, 9
  610. ImageFile = Metallic\StatusBackground.bmp
  611. bgtype = imagefile
  612. imageCount = 1
  613. sizingType = Tile
  614. FillColorHint = 177 183 187; Average fill color (grey)
  615.  
  616.  
  617. ;The individual status item backgrounds
  618. [Status.Pane]
  619. SizingMargins = 0, 2, 2, 2
  620. ImageFile = Metallic\StatusPane.bmp
  621. bgtype = imagefile
  622. imageCount = 1
  623. sizingType = Tile
  624. Transparent = True
  625. TransparentColor = 255 0 0 
  626. FillColorHint = 119 119 92; Resize gripper dots (dark grey)
  627.  
  628.  
  629. ;The individual status item backgrounds
  630. [Status.GripperPane]
  631. bgtype = none
  632.  
  633. ;The resize corner
  634. [Status.Gripper]
  635. ContentMargins=0,0,0,0
  636. ImageFile = Metallic\ResizeGrip2.bmp
  637. bgtype = imagefile
  638. imageCount = 2
  639. sizingType = trueSize
  640. Transparent = True
  641. TransparentColor = 255 0 0 
  642. FillColorHint = 119 119 92; Resize gripper dots (dark grey)
  643. VAlign = Bottom
  644.  
  645.  
  646. ;----------- list view --------------------------------
  647. ;Icon, list, details, etc.
  648.  
  649. [ListView]
  650. BgType  = BorderFill
  651. BorderSize  = 1
  652. FillColor   = 255 255 255 
  653. BorderColor = 127 157 185
  654.  
  655.  
  656. ;----------- Tree view --------------------------------
  657.  
  658. [TreeView]
  659. BgType  = BorderFill
  660. BorderSize  = 1
  661. FillColor   = 255 255 255 
  662. BorderColor = 127 157 185
  663.  
  664. [TreeView.Glyph]
  665. bgtype = imagefile
  666. SizingType = TrueSize
  667. imagecount = 2
  668. imageLayout=vertical
  669. ;----- Multiple control sizes for different video adapter resolution settings ----
  670. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  671. TrueSizeScalingType = Dpi
  672. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  673. UniformSizing   = true  ; if you must stretch, do width & height equally
  674. ImageFile1=Metallic\treeExpandCollapse.bmp
  675. ImageFile2=Metallic\treeExpandCollapse10.bmp
  676. ImageFile3=Metallic\treeExpandCollapse15.bmp
  677. MinDpi1=96
  678. MinDpi2=133
  679. MinDpi3=150 
  680.  
  681.  
  682.  
  683. ;----------- header --------------------------------
  684. ;The area at the top of a list, with clickable headers for sort order
  685. [Header]
  686. bgtype = imagefile
  687. SizingMargins = 0, 0, 0, 3
  688. ImageFile = Metallic\ListviewHeaderBackground.bmp
  689. sizingType = tile
  690.  
  691. [Header.HeaderItem]
  692. bgtype = imagefile
  693. SizingMargins = 8, 8, 3, 4
  694. ContentMargins = 3, 0, 0, 0
  695. ImageFile = Metallic\ListViewHeader.bmp
  696. imageCount=5
  697. imageLayout=vertical
  698. sizingType = tile
  699. transparent=true
  700. transparentcolor=255 0 0
  701. FillColorHint = 240 241 245; Average fill color (light grey)
  702. AccentColorHint = 252 194 71; Rollover hilite color (orange)
  703.  
  704.  
  705. ;----------- progress --------------------------------
  706. ;Progress bars
  707. [Progress]
  708. ProgressChunkSize=6
  709. ProgressSpaceSize=2
  710. bgType = borderFill
  711. fillType = Solid
  712. fillColor = 235 235 228
  713. bordersize = 1
  714. borderColor = 235 235 228
  715.  
  716.  
  717. [Progress.Bar]
  718. bgtype = imagefile
  719. ImageFile = Metallic\ProgressTrack.bmp
  720. MinSize=10,10
  721. sizingMargins = 4, 4, 3, 3
  722. SizingType = tile
  723. FillColorHint = 255 255 255; Background color (white)
  724. BorderColorHint = 104 104 104; Edge color (dark grey)
  725.  
  726. NormalSize = 100, 18
  727. SourceShrink = true
  728.  
  729. [Progress.Chunk]
  730. bgtype = imagefile
  731. ImageFile = Metallic\ProgressChunk.bmp
  732. sizingMargins = 0, 0, 6, 5
  733. SizingType = tile
  734.  
  735. [Progress.BarVert]
  736. bgtype = imagefile
  737. ImageFile = Metallic\ProgressTrackVert.bmp
  738. sizingMargins = 3, 3, 4, 4
  739. SizingType = tile
  740. FillColorHint = 255 255 255; Background color (white)
  741. BorderColorHint = 104 104 104; Edge color (dark grey)
  742.  
  743. [Progress.ChunkVert]
  744. bgtype = imagefile
  745. ImageFile = Metallic\ProgressChunkVert.bmp
  746. sizingMargins = 6, 5, 0, 0
  747. SizingType = tile
  748. FillColorHint = 46 211 49; Progress indicator color (green)
  749.  
  750. ;----------- tab --------------------------------
  751. [Tab]
  752. bgType = borderFill
  753. fillType = Solid
  754. fillColor = 224 224 227
  755. bordersize = 0
  756.  
  757.  
  758. ;The whole content area of a tab page
  759. [Tab.Pane]
  760. bgtype = imagefile
  761. ImageFile = Metallic\TabPaneEdge.bmp
  762. sizingMargins = 2, 4, 2, 4
  763. SizingType = stretch
  764. imagecount = 1
  765. FillColorHint = 247 247 249; Light tab background color (very light grey)
  766. BorderColorHint = 145 155 156; Edge color (dark grey)
  767.  
  768.  
  769. [Tab.TabItem]
  770. SizingMargins = 6, 6, 6, 6
  771. ContentMargins = 0, 0, 0, 0
  772. bgtype=imagefile
  773. ImageFile = Metallic\tabItem.bmp
  774. imagecount=5
  775. imagelayout=vertical
  776. FillColorHint = 240 241 245; Tab average color (light grey)
  777. BorderColorHint = 146 146 146; Edge color (grey)
  778. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  779.  
  780.  
  781.  
  782. [Tab.TabItemLeftEdge]
  783. SizingMargins = 6, 6, 6, 6
  784. ContentMargins = 0, 0, 0, 0
  785. bgtype=imagefile
  786. ImageFile = Metallic\tabItemLeft.bmp
  787. imagecount=5
  788. imagelayout=vertical
  789. FillColorHint = 240 241 245; Tab average color (light grey)
  790. BorderColorHint = 240 241 245; Edge color (grey)
  791. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  792.  
  793.  
  794.  
  795. [Tab.TabItemRightEdge]
  796. SizingMargins = 6, 6, 6, 6
  797. ContentMargins = 0, 0, 0, 0
  798. bgtype=imagefile
  799. ImageFile = Metallic\tabItemRight.bmp
  800. imagecount=5
  801. imagelayout=vertical
  802. FillColorHint = 240 241 245; Tab average color (light grey)
  803. BorderColorHint = 240 241 245; Edge color (grey)
  804. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  805.  
  806.  
  807.  
  808. [Tab.TabItemBothEdge]
  809. SizingMargins = 6, 6, 6, 6
  810. ContentMargins = 0, 0, 0, 0
  811. bgtype=imagefile
  812. ImageFile = Metallic\tabItemBoth.bmp
  813. imagecount=5
  814. imagelayout=vertical
  815. FillColorHint = 240 241 245; Tab average color (light grey)
  816. BorderColorHint = 240 241 245; Edge color (grey)
  817. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  818.  
  819.  
  820.  
  821. [Tab.TopTabItem]
  822. SizingMargins = 6, 6, 6, 6
  823. ContentMargins = 0, 0, 0, 0
  824. bgtype=imagefile
  825. ImageFile = Metallic\tabItemTop.bmp
  826. imagecount=5
  827. imagelayout=vertical
  828. FillColorHint = 240 241 245; Tab average color (light grey)
  829. BorderColorHint = 240 241 245; Edge color (grey)
  830. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  831.  
  832.  
  833.  
  834. [Tab.TopTabItemLeftEdge]
  835. SizingMargins = 6, 6, 6, 6
  836. ContentMargins = 0, 0, 0, 0
  837. bgtype=imagefile
  838. ImageFile = Metallic\tabItemTopLeft.bmp
  839. imagecount=5
  840. imagelayout=vertical
  841. FillColorHint = 240 241 245; Tab average color (light grey)
  842. BorderColorHint = 240 241 245; Edge color (grey)
  843. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  844.  
  845.  
  846.  
  847. [Tab.TopTabItemRightEdge]
  848. SizingMargins = 6, 6, 6, 6
  849. ContentMargins = 0, 0, 0, 0
  850. bgtype=imagefile
  851. ImageFile = Metallic\tabItemTopRight.bmp
  852. imagecount=5
  853. imagelayout=vertical
  854. FillColorHint = 240 241 245; Tab average color (light grey)
  855. BorderColorHint = 240 241 245; Edge color (grey)
  856. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  857.  
  858.  
  859.  
  860. [Tab.TopTabItemBothEdge]
  861. SizingMargins = 6, 6, 6, 6
  862. ContentMargins = 0, 0, 0, 0
  863. bgtype=imagefile
  864. ImageFile = Metallic\tabItemTopBoth.bmp
  865. imagecount=5
  866. imagelayout=vertical
  867. FillColorHint = 240 241 245; Tab average color (light grey)
  868. BorderColorHint = 240 241 245; Edge color ( grey)
  869. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  870.  
  871.  
  872.  
  873. [Tab.Body]
  874. bgtype = imagefile
  875. stockImageFile = Metallic\TabBackground.bmp
  876. FillColorHint = 247 247 249; Light tab background color (very light grey)
  877.  
  878. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  879. TrueSizeScalingType = Dpi
  880. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  881. ImageFile1=Metallic\TabBackground.bmp
  882. ImageFile2=Metallic\TabBackground133.bmp
  883. MinDpi1=96
  884. MinDpi2=164
  885.  
  886. ;----------- trackbar --------------------------------
  887. ;Volume sliders, etc.
  888. [TrackBar]
  889. bgType = borderFill
  890. fillType = Solid
  891. fillColor = 235 235 228
  892. bordersize = 1
  893. borderColor = 235 235 228
  894.  
  895. ;The movable part of a horizontal slider (TBS_BOTH style)
  896. [TrackBar.Thumb]
  897. bgtype=imagefile
  898. ImageFile = Metallic\TrackbarHorizontal.bmp
  899. imagecount=5
  900. imagelayout = vertical
  901. SizingMargins = 3, 4, 3, 4
  902. sizingtype = tile
  903. FillColorHint = 240 241 245; Average background color (light grey)
  904. BorderColorHint = 240 241 245; Edge color (grey)
  905. AccentColorHint = 71 196 70; Rollover color (green)
  906.  
  907.  
  908. ;The movable part of a horizontal slider (TBS_TOP style)
  909. [TrackBar.ThumbTop]
  910. bgtype=imagefile
  911. imagecount=5
  912. imagelayout = vertical
  913. transparent=true
  914. sizingtype = truesize
  915. transparentcolor= 242 241 231
  916. FillColorHint = 240 241 245; Average background color (light grey)
  917. BorderColorHint = 240 241 245; Edge color (grey)
  918. AccentColorHint = 71 196 70; Rollover color (green)
  919.  
  920.  
  921.  
  922. ;----- the three sizes ----
  923. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  924. TrueSizeScalingType = Dpi
  925. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  926. UniformSizing   = true  ; if you must stretch, do width & height equally
  927. ImageFile1=Metallic\TrackBarUp13.bmp
  928. ImageFile2=Metallic\TrackBarUp16.bmp
  929. ImageFile3=Metallic\TrackBarUp25.bmp
  930. MinDpi1=96
  931. MinDpi2=118
  932. MinDpi3=185
  933.  
  934.  
  935. ;The movable part of a horizontal slider (TBS_BOTTOM style)
  936. [TrackBar.ThumbBottom]
  937. bgtype=imagefile
  938. imagecount=5
  939. transparent=true
  940. SizingMargins = 3, 6, 6, 10
  941. sizingtype = truesize
  942. transparentcolor= 242 241 231
  943. ImageLayout = vertical
  944. FillColorHint = 240 241 245; Average background color (light grey)
  945. BorderColorHint = 240 241 245; Edge color (grey)
  946. AccentColorHint = 71 196 70; Rollover color (green)
  947.  
  948.  
  949. ;----- the three sizes ----
  950. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  951. TrueSizeScalingType = Dpi
  952. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  953. UniformSizing   = true  ; if you must stretch, do width & height equally
  954. ImageFile1=Metallic\TrackBarDown13.bmp
  955. ImageFile2=Metallic\TrackBarDown16.bmp
  956. ImageFile3=Metallic\TrackBarDown25.bmp
  957. MinDpi1=96
  958. MinDpi2=118
  959. MinDpi3=185
  960.  
  961. ;The movable part of a vertical slider (TBS_BOTH style)
  962. [TrackBar.ThumbVert]
  963. bgtype=imagefile
  964. ImageFile = Metallic\TrackbarVertical.bmp
  965. SizingMargins = 3, 4, 3, 4
  966. sizingtype = tile
  967. imagecount=5
  968. ImageLayout = vertical
  969. FillColorHint = 240 241 245; Average background color (light grey)
  970. BorderColorHint = 240 241 245; Edge color (grey)
  971. AccentColorHint = 71 196 70; Rollover color (green)
  972.  
  973.  
  974. ;The movable part of a vertical slider (TBS_LEFT style)
  975. [TrackBar.ThumbLeft]
  976. bgtype=imagefile
  977. sizingtype = truesize
  978. imagecount=5
  979. transparent=true
  980. transparentcolor= 242 241 231
  981. ImageLayout = vertical
  982. FillColorHint = 240 241 245; Average background color (light grey)
  983. BorderColorHint = 240 241 245; Edge color (grey)
  984. AccentColorHint = 71 196 70; Rollover color (green)
  985.  
  986.  
  987. ;----- the three sizes ----
  988. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  989. TrueSizeScalingType = Dpi
  990. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  991. UniformSizing   = true  ; if you must stretch, do width & height equally
  992. ImageFile1=Metallic\TrackBarLeft13.bmp
  993. ImageFile2=Metallic\TrackBarLeft16.bmp
  994. ImageFile3=Metallic\TrackBarLeft25.bmp
  995. MinDpi1=96
  996. MinDpi2=118
  997. MinDpi3=185
  998.  
  999. ;The movable part of a vertical slider (TBS_RIGHT style)
  1000. [TrackBar.ThumbRight]
  1001. bgtype=imagefile
  1002. ImageFile = Metallic\TrackbarRight13.bmp
  1003. sizingtype = truesize
  1004. imagecount=5
  1005. transparent=true
  1006. transparentcolor= 242 241 231
  1007. ImageLayout = vertical
  1008. FillColorHint = 240 241 245; Average background color (light grey)
  1009. BorderColorHint = 240 241 245; Edge color (grey)
  1010. AccentColorHint = 71 196 70; Rollover color (green)
  1011.  
  1012.  
  1013.  
  1014. ;----- the three sizes ----
  1015. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  1016. TrueSizeScalingType = Dpi
  1017. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  1018. UniformSizing   = true  ; if you must stretch, do width & height equally
  1019. ImageFile1=Metallic\TrackBarRight13.bmp
  1020. ImageFile2=Metallic\TrackBarRight16.bmp
  1021. ImageFile3=Metallic\TrackBarRight25.bmp
  1022. MinDpi1=96
  1023. MinDpi2=118
  1024. MinDpi3=185
  1025.  
  1026. ;The track along which a slidermoves
  1027. [TrackBar.Track]
  1028. bgtype=imagefile
  1029. ImageFile = Metallic\sliderTrack.bmp
  1030. imagecount=1
  1031. sizingtype = stretch
  1032. SizingMargins = 2, 2, 2, 2
  1033. FillColorHint = 240 241 245; Average background color (light grey)
  1034. BorderColorHint = 240 241 245; Average background color (grey)
  1035.  
  1036.  
  1037. ;The vertical track along which a slider moves
  1038. [TrackBar.TrackVert]
  1039. bgtype=imagefile
  1040. ImageFile = Metallic\sliderTrack.bmp
  1041. imagecount=1
  1042. sizingtype = stretch
  1043. SizingMargins = 2, 2, 2, 2
  1044. FillColorHint = 240 241 245; Average background color (light grey)
  1045. BorderColorHint = 119 119 92; Edge color (dark grey)
  1046.  
  1047.  
  1048. ;Set the color of the tickmarks drawn for the slider
  1049. [TrackBar.Tics]
  1050. color=161 161 146
  1051.  
  1052. ;Set the color of the tickmarks drawn for the vertical slider
  1053. [TrackBar.TicsVert]
  1054. color=161 161 146
  1055.  
  1056.  
  1057.  
  1058.  
  1059. ;----------- tooltip --------------------------------
  1060. ;Set the color or image background for tooltips
  1061. [Tooltip.Close]
  1062. BgType = ImageFile
  1063. ImageFile = Metallic\BalloonClose.bmp
  1064. imagecount=3
  1065. sizingtype = truesize
  1066. Imagelayout = vertical
  1067.  
  1068.  
  1069.  
  1070. ;-------------- Windows ------------------------
  1071. [Window]
  1072. BgType = ImageFile
  1073. Transparent = true
  1074. TextShadowOffset = 1,1
  1075. TextShadowColor = 199 194 209
  1076.  
  1077. [Window.Caption]
  1078. ImageFile = Metallic\Framecaption.bmp
  1079. SizingMargins = 28, 35, 9, 17
  1080. ContentMargins = 1, 1, 1, 1
  1081. CaptionMargins = 4, 3, 0, 0
  1082. SizingType = stretch
  1083. Imagelayout = vertical
  1084. ImageCount=2
  1085. Transparent = True
  1086. FillColorHint = 164 163 190; Average background color (strong grey)
  1087.  
  1088.  
  1089. [Window.Caption(active)]
  1090. TextShadowType = Single
  1091.  
  1092. [Window.CaptionSizingTemplate]
  1093. ImageFile = Metallic\FrameCaptionSizing.bmp
  1094. SizingMargins = 28, 35, 9, 17
  1095. ContentMargins = 18, 18, 26, 0
  1096. SizingType = tile
  1097. Imagelayout = vertical
  1098. ImageCount=2
  1099. Transparent = True
  1100. TransparentColor = 0 0 0
  1101.  
  1102. [Window.SmallCaption]
  1103. ImageFile = Metallic\SmallFrameCaption.bmp
  1104. SizingMargins = 24, 37, 3, 15
  1105. ContentMargins = 1, 1, 1, 1
  1106. SizingType = tile
  1107. Imagelayout = vertical
  1108. ImageCount=2
  1109. FillColorHint = 164 163 190; Average background color (strong grey)
  1110.  
  1111.  
  1112. [Window.SmallCaptionSizingTemplate]
  1113. ImageFile = Metallic\SmallFrameCaptionSizing.bmp
  1114. SizingMargins = 24, 37, 9, 8
  1115. ContentMargins = 14, 14, 16, 0
  1116. SizingType = tile
  1117. Imagelayout = vertical
  1118. ImageCount=2
  1119. Transparent = True
  1120. TransparentColor = 0 0 0
  1121.  
  1122. ;The representation of a minimized window in and MDI application
  1123. [Window.MinCaption]
  1124. ImageFile = Metallic\FrameCaptionMin.bmp
  1125. ImageCount = 2
  1126. ImageLayout = vertical
  1127. SizingType = stretch
  1128. SizingMargins = 23, 26, 12, 8
  1129. ContentMargins = 3, 3, 0, 3
  1130. CaptionMargins = 4, 3, 0, 0
  1131. FillColorHint = 164 163 190; Average background color (strong grey)
  1132.  
  1133.  
  1134. ;Shows as a strip at the top of a window when an application is maximized, rather than as a frame
  1135. ;surrounding the window
  1136. [Window.MaxCaption]
  1137. ImageFile = Metallic\FrameMaximized.bmp
  1138. SizingMargins = 28, 35, 9, 17
  1139. ContentMargins = 1, 1, 1, 1
  1140. SizingType = stretch
  1141. SizingType = Tile
  1142. Imagelayout = vertical
  1143. ImageCount=2
  1144. CaptionMargins = 10, 3, 4, 2
  1145. ContentAlignment = left
  1146. FillColorHint = 164 163 190; Average background color (strong grey)
  1147.  
  1148.  
  1149. [Window.MaxCaption(Active)]
  1150. TextShadowType = Single
  1151.  
  1152. [Window.FrameLeft]
  1153. ImageFile = Metallic\frameLeft.bmp
  1154. SizingMargins = 1, 1, 0, 0
  1155. SizingType = stretch
  1156. ImageLayout = vertical
  1157. ImageCount = 2
  1158. Transparent = FALSE
  1159. Borderonly = FALSE
  1160.  
  1161. [Window.FrameRight]
  1162. ImageFile = Metallic\frameRight.bmp
  1163. SizingMargins = 1, 1, 0, 0
  1164. ;ContentMargins = 1, 3, 0, 3
  1165. SizingType = stretch
  1166. ImageLayout = vertical
  1167. ImageCount = 2
  1168. Transparent = FALSE
  1169. Borderonly = FALSE
  1170.  
  1171. [Window.FrameBottom]
  1172. ImageFile = Metallic\frameBottom.bmp
  1173. SizingMargins = 5, 5, 1, 2
  1174. SizingType = stretch
  1175. ImageLayout = vertical
  1176. ImageCount = 2
  1177. Transparent = FALSE
  1178. Borderonly = FALSE
  1179.  
  1180. [Window.SmallFrameLeft]
  1181. ImageFile = Metallic\frameLeft.bmp
  1182. SizingMargins = 1, 2, 0, 0
  1183. SizingType = stretch
  1184. ImageLayout = vertical
  1185. ImageCount = 2
  1186. Transparent = FALSE
  1187. Borderonly = FALSE
  1188.  
  1189. [Window.SmallFrameRight]
  1190. ImageFile = Metallic\frameRight.bmp
  1191. SizingMargins = 1, 2, 0, 0
  1192. SizingType = stretch
  1193. ImageLayout = vertical
  1194. ImageCount = 2
  1195. Transparent = FALSE
  1196. Borderonly = FALSE
  1197.  
  1198. [Window.SmallFrameBottom]
  1199. ImageFile = Metallic\frameBottom.bmp
  1200. SizingMargins = 5, 5, 1, 2
  1201. SizingType = stretch
  1202. ImageLayout = vertical
  1203. ImageCount = 2
  1204. Transparent = FALSE
  1205. Borderonly = FALSE
  1206.  
  1207. ;Background for dialog boxes
  1208.  
  1209. [Window.dialog]
  1210. bgType = BorderFill
  1211. FillColor = 255 233 216
  1212. BorderColor = 255 233 216
  1213.  
  1214.  
  1215. ;Close button in Window titlebar
  1216. [Window.CloseButton]
  1217. BgType = ImageFile
  1218. SizingMargins = 5, 5, 5, 5
  1219. ContentMargins = 2, 2, 2, 2
  1220. sizingType = Stretch
  1221. ImageFile = Metallic\CloseButton.bmp
  1222. GlyphType   = ImageGlyph
  1223. GlyphTransparent = True
  1224. ImageCount = 8
  1225. ImageLayout = Vertical
  1226. OffsetType = TopRight
  1227. Offset = -25, 5
  1228. FillColorHint = 228 93 61; Close box average color (brick red)
  1229. BorderColorHint = 255 255 255; Edge color (white)
  1230.  
  1231.  
  1232. ;----- glyphs ----
  1233. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1234. UniformSizing   = true  ; if you must stretch, do width & height equally
  1235. ImageFile1=metallic\CloseGlyph6.bmp
  1236. ImageFile2=metallic\CloseGlyph9.bmp
  1237. ImageFile3=metallic\CloseGlyph.bmp
  1238. ImageFile4=metallic\CloseGlyph19.bmp
  1239. ImageFile5=metallic\CloseGlyph23.bmp
  1240. MinDpi1=96
  1241. MinDpi2=126
  1242. MinDpi3=170
  1243.  
  1244.  
  1245.  
  1246. ;Maximize button in window titlebar
  1247. [Window.MaxButton]
  1248. BgType = ImageFile
  1249. SizingMargins = 5, 5, 5, 5
  1250. ContentMargins = 2, 2, 2, 2
  1251. sizingType = Stretch
  1252. ImageFile = Metallic\CaptionButton.bmp
  1253. GlyphType   = ImageGlyph
  1254. GlyphTransparent = True
  1255. ImageCount = 8
  1256. ImageLayout=Vertical
  1257. OffsetType = TopRight
  1258. Offset = -49, 5
  1259. FillColorHint = 177 183 187; Titlebar button color (grey)
  1260. BorderColorHint = 255 255 255; Edge color (white)
  1261.  
  1262.  
  1263. ;----- glyphs ----
  1264. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1265. UniformSizing   = true  ; if you must stretch, do width & height equally
  1266. ImageFile1=metallic\MaximizeGlyph6.bmp
  1267. ImageFile2=metallic\MaximizeGlyph9.bmp
  1268. ImageFile3=metallic\MaximizeGlyph.bmp
  1269. ImageFile4=metallic\MaximizeGlyph19.bmp
  1270. ImageFile5=metallic\MaximizeGlyph23.bmp
  1271. MinDpi1=96
  1272. MinDpi2=126
  1273. MinDpi3=170
  1274.  
  1275. ;Restore button in window titlebar
  1276. [Window.RestoreButton]
  1277. BgType = ImageFile
  1278. SizingMargins = 5, 5, 5, 5
  1279. ContentMargins = 2, 2, 2, 2
  1280. sizingType = Stretch
  1281. ImageFile = Metallic\CaptionButton.bmp
  1282. GlyphType   = ImageGlyph
  1283. GlyphTransparent = True
  1284. ImageCount = 8
  1285. ImageLayout=Vertical
  1286. OffsetType = TopRight
  1287. Offset = -49, 5
  1288. FillColorHint = 177 183 187; Titlebar button color (grey)
  1289. BorderColorHint = 255 255 255; Edge color (white)
  1290.  
  1291.  
  1292. ;----- glyphs ----
  1293. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1294. UniformSizing   = true  ; if you must stretch, do width & height equally
  1295. ImageFile1=metallic\RestoreGlyph6.bmp
  1296. ImageFile2=metallic\RestoreGlyph9.bmp
  1297. ImageFile3=metallic\RestoreGlyph.bmp
  1298. ImageFile4=metallic\RestoreGlyph19.bmp
  1299. ImageFile5=metallic\RestoreGlyph23.bmp
  1300. MinDpi1=96
  1301. MinDpi2=126
  1302. MinDpi3=170
  1303.  
  1304. ;Minimize button in window titlebar
  1305. [Window.MinButton]
  1306. BgType = ImageFile
  1307. SizingMargins = 5, 5, 5, 5
  1308. ContentMargins = 2, 2, 2, 2
  1309. sizingType = Stretch
  1310. ImageFile = Metallic\CaptionButton.bmp
  1311. GlyphType   = ImageGlyph
  1312. GlyphTransparent = True
  1313. ImageCount = 8
  1314. ImageLayout=Vertical
  1315. OffsetType = TopRight
  1316. Offset = -73, 5
  1317. FillColorHint = 177 183 187; Titlebar button color (grey)
  1318. BorderColorHint = 255 255 255; Edge color (white)
  1319.  
  1320.  
  1321. ;----- glyphs ----
  1322. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1323. UniformSizing   = true  ; if you must stretch, do width & height equally
  1324. ImageFile1=metallic\MinimizeGlyph6.bmp
  1325. ImageFile2=metallic\MinimizeGlyph9.bmp
  1326. ImageFile3=metallic\MinimizeGlyph.bmp
  1327. ImageFile4=metallic\MinimizeGlyph19.bmp
  1328. ImageFile5=metallic\MinimizeGlyph23.bmp
  1329. MinDpi1=96
  1330. MinDpi2=126
  1331. MinDpi3=170
  1332.  
  1333.  
  1334. ;Help button in window titlebar--normally only appears on dialog windows
  1335. [Window.HelpButton]
  1336. BgType = ImageFile
  1337. SizingMargins = 5, 5, 5, 5
  1338. ContentMargins = 2, 2, 2, 2
  1339. sizingType = Stretch
  1340. ImageFile = Metallic\CaptionButton.bmp
  1341. GlyphType   = ImageGlyph
  1342. GlyphTransparent = True
  1343. ImageCount = 8
  1344. ImageLayout=Vertical
  1345. OffsetType = TopRight
  1346. Offset = -73, 5
  1347. MirrorImage = true  ; don't remove this (must specify to be localizable)
  1348. FillColorHint = 177 183 187; Titlebar button color (grey)
  1349. BorderColorHint = 255 255 255; Edge color (white)
  1350.  
  1351.  
  1352. ;----- glyphs ----
  1353. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1354. UniformSizing   = true  ; if you must stretch, do width & height equally
  1355. ImageFile1=metallic\HelpGlyph6.bmp
  1356. ImageFile2=metallic\HelpGlyph9.bmp
  1357. ImageFile3=metallic\HelpGlyph.bmp
  1358. ImageFile4=metallic\HelpGlyph19.bmp
  1359. ImageFile5=metallic\HelpGlyph23.bmp
  1360. MinDpi1=96
  1361. MinDpi2=126
  1362. MinDpi3=170
  1363.  
  1364.  
  1365. ;The Titlebar icon, next to the window title
  1366. [Window.SysButton]
  1367. OffsetType = TopLeft
  1368. Offset = 10, 3
  1369.  
  1370. ;Close button for palette windows
  1371. [Window.SmallCloseButton]
  1372. BgType = ImageFile
  1373. SizingMargins = 5, 5, 5, 5
  1374. ContentMargins = 0, 0, 0, 0
  1375. sizingType = Stretch
  1376. ImageFile = Metallic\SmallCloseButton.bmp
  1377. GlyphType   = ImageGlyph
  1378. GlyphImageFile = Metallic\SmallCloseGlyph.bmp
  1379. GlyphTransparent = True
  1380. ImageCount = 8
  1381. ImageLayout = Vertical
  1382. OffsetType = TopRight
  1383. Offset = -16, 3
  1384. FillColorHint = 228 93 61; Close box average color (brick red)
  1385. BorderColorHint = 255 255 255; Edge color (white)
  1386.  
  1387.  
  1388. ;Close button for a maximized MDI window
  1389. [Window.MDICloseButton]
  1390. BgType = ImageFile
  1391. sizingType = stretch
  1392. ImageFile = Metallic\MDICaptionButton.bmp
  1393. ImageCount=4
  1394. ImageLayout = Vertical
  1395. SizingMargins = 4, 4, 4, 4
  1396. ContentMargins = 0, 0, 0, 0
  1397. OffsetType = TopRight
  1398. Offset = -19, 1
  1399. GlyphType   = ImageGlyph
  1400. GlyphImageFile = Metallic\MDIGlyphClose.bmp
  1401. GlyphTransparent= true
  1402. FillColorHint = 240 241 245; Average background color (light grey)
  1403. BorderColorHint = 255 255 255; Edge color (white)
  1404.  
  1405.  
  1406. ;Restore button for a maximized MDI window
  1407. [Window.MDIRestoreButton]
  1408. BgType = ImageFile
  1409. sizingType = stretch
  1410. ImageFile = Metallic\MDICaptionButton.bmp
  1411. ImageCount=4
  1412. ImageLayout = Vertical
  1413. SizingMargins = 4, 4, 4, 4
  1414. ContentMargins = 0, 0, 0, 0
  1415. OffsetType = TopRight
  1416. Offset = -37, 1
  1417. GlyphType   = ImageGlyph
  1418. GlyphImageFile = Metallic\MDIGlyphRestore.bmp
  1419. GlyphTransparent= true
  1420. FillColorHint = 240 241 245; Average background color (light grey)
  1421. BorderColorHint = 255 255 255; Edge color (white)
  1422.  
  1423.  
  1424.  
  1425. ;Minimize button for a maximized MDI window
  1426. [Window.MDIMinButton]
  1427. BgType = ImageFile
  1428. sizingType = stretch
  1429. ImageFile = Metallic\MDICaptionButton.bmp
  1430. ImageCount=4
  1431. ImageLayout = Vertical
  1432. SizingMargins = 4, 4, 4, 4
  1433. ContentMargins = 0, 0, 0, 0
  1434. OffsetType = TopRight
  1435. Offset = -53, 1
  1436. GlyphType   = ImageGlyph
  1437. GlyphImageFile = Metallic\MDIGlyphMinimize.bmp
  1438. GlyphTransparent= true
  1439. FillColorHint = 240 241 245; Average background color (light grey)
  1440. BorderColorHint = 255 255 255; Edge color (white)
  1441.  
  1442.  
  1443. ;-------------- Start Panel -------------------
  1444. [StartPanel]
  1445. bgtype = none
  1446. DefaultPaneSize = 0, 0, 380, 440
  1447.  
  1448. [StartPanel.UserPane]
  1449. UserPicture         = True
  1450. ImageLayout         = Horizontal
  1451. TextColor           = 255 255 255
  1452. Font                = Franklin Gothic Medium, 14
  1453. DefaultPaneSize     = 0, 0, 380, 64
  1454. BgType              = Imagefile
  1455. Transparent         = True
  1456. ImageFile = Metallic\StartUserPanel.bmp
  1457. Imagecount          = 1
  1458. SizingMargins       = 59, 60, 62, 0
  1459. sizingType          = Stretch
  1460. TEXTSHADOWOFFSET= 2, 2
  1461. textshadowcolor     = 31 34 38
  1462. TextShadowType      = continuous
  1463. FillColorHint = 206 206 219; Average background (grey)
  1464.  
  1465.  
  1466.  
  1467. [StartPanel.UserPicture]
  1468. BgType = ImageFile
  1469. ImageFile = Metallic\UserTileBackground.bmp
  1470. Imagecount = 1
  1471. SizingType = Stretch
  1472. SizingMargins = 6, 10, 6, 10
  1473. ContentMargins = 8, 6, 8, 6
  1474. Transparent = true
  1475. FillColorHint = 240 241 245; Average Background (light grey)
  1476.  
  1477.  
  1478.  
  1479. [StartPanel.ProgList]
  1480. DefaultPaneSize = 0, 0, 190, 306
  1481. ContentMargins  = 6 4 9 5
  1482. TextColor   = 55 55 56 
  1483. HotTracking = 48 112 208
  1484. CaptionText = 128 128 128
  1485. BgType  = ImageFile
  1486. SizingType  = Stretch
  1487. SizingMargins   = 2, 153, 3, 0
  1488. sizingType = Stretch
  1489. ImageFile = Metallic\StartPanelMFUBackground.bmp
  1490. imagecount  = 1
  1491. FillColorHint = 240 241 245; Average Background (light grey)
  1492.  
  1493.  
  1494. [StartPanel.ProgListSeparator]
  1495. BgType = ImageFile
  1496. SizingType = TrueSize
  1497. ImageFile = Metallic\StartProgramsSeparator.bmp
  1498.  
  1499. [StartPanel.MorePrograms]
  1500. DefaultPaneSize = 0, 0, 190, 30
  1501. TextColor           = 55 55 56
  1502. HotTracking         = 48 112 208
  1503. Font                = Tahoma, 8, Bold
  1504. BgType              = ImageFile
  1505. SizingType          = Stretch
  1506. SizingMargins       = 3, 0, 0, 1
  1507.  
  1508. ;  left and right contentmargins should match proglist
  1509. ContentMargins  = 8, 8, 0, 6
  1510. ImageFile = Metallic\StartPanelMoreProgBackGround.BMP
  1511. imagecount  = 1
  1512. sizingType = Stretch
  1513.  
  1514. [StartPanel.MoreProgramsArrow]
  1515. BgType  = ImageFile
  1516. SizingType  = TrueSize
  1517. ImageFile = Metallic\StartPanelMoreProgArrow.bmp
  1518. ImageCount  = 1
  1519. FillColorHint = 108 207 108; Average color (green)
  1520.  
  1521.  
  1522. [StartPanel.MoreProgramsArrow(hot)]
  1523. BgType  = ImageFile
  1524. SizingType  = TrueSize
  1525. ImageFile = Metallic\StartPanelMoreProgArrowHot.bmp
  1526. ImageCount  = 1
  1527. FillColorHint = 107 239 107; Average color (bright green)
  1528.  
  1529.  
  1530. [StartPanel.PlacesList]
  1531. DefaultPaneSize = 0, 0, 190, 336
  1532. ContentMargins  = 4 6 9 5
  1533. TextColor           = 10 36 106
  1534. HotTracking         = 80 150 248
  1535. BgType              = imageFile
  1536. ImageFile = Metallic\StartPanelPlacesBackground.bmp
  1537. imagecount = 1
  1538. SizingMargins = 172, 7, 3, 1
  1539. sizingType = Stretch
  1540. FillColorHint = 240 241 245; Background color (light grey)
  1541.  
  1542.  
  1543. [StartPanel.PlacesListSeparator]
  1544. BgType = ImageFile
  1545. SizingType = TrueSize
  1546. ImageFile = Metallic\StartPlacesSeparator.bmp
  1547.  
  1548. [StartPanel.Logoff]
  1549. ContentMargins =  0, 0, 4, 2
  1550. DefaultPaneSize = 0, 0, 380, 40
  1551. TextColor   = 0 0 0
  1552. HotTracking = 255 255 255
  1553. bgType = imagefile
  1554. ImageFile = Metallic\StartPanelLogoffBackground.bmp
  1555. imagecount = 1
  1556. sizingMargins = 49, 47, 0, 38
  1557. sizingType = Stretch
  1558. FillColorHint = 177 183 187; Background color (grey)
  1559.  
  1560.  
  1561. ;; note that if you want transparent LogoffButtons they MUST be 32 bit
  1562. ;; images with an alphachanel, not 8 or 24 bit images with a TransparentColor
  1563. [StartPanel.LogoffButtons]
  1564. BgType  = ImageFile
  1565. Transparent = True
  1566. SizingType  = TrueSize
  1567. ImageFile = Metallic\StartPanelLogoffButtons.bmp
  1568. ImageCount  = 1
  1569.  
  1570. [StartPanel.LogoffButtons(hot)]
  1571. BgType  = ImageFile
  1572. Transparent = True
  1573. SizingType  = TrueSize
  1574. ImageFile = Metallic\StartPanelLogoffButtonsHot.bmp
  1575. ImageCount  = 1
  1576.  
  1577.  
  1578. ;-------------- Taskbar specific --------------
  1579. [Start::Button]
  1580. BgType  = ImageFile
  1581. SizingType  = Stretch
  1582. SizingMargins   = 6, 52, 13, 14
  1583. ContentMargins  = 10, 24, 2, 4
  1584. ImageFile = Metallic\StartButton.bmp
  1585. ImageCount  = 3
  1586. ImageLayout = Vertical
  1587. Transparent = True
  1588. Font= Franklin Gothic Medium, 14, italic
  1589. TextColor   = 255 255 255 
  1590. TEXTSHADOWOFFSET= 2, 2
  1591. textshadowcolor = 69 76 16
  1592. TextShadowType  = continuous
  1593. FillColorHint = 74 153 73; Average color (green)
  1594.  
  1595.  
  1596. [StartMenu::MenuBand]
  1597. TextColor   = 0 0 0
  1598.  
  1599. [StartMenu::MenuBand(Hot)]
  1600. TextColor   = 255 255 255
  1601.  
  1602. [StartMenu::MenuBand.NewAppButton]
  1603. BgType  = ImageFile
  1604. SizingType  = Stretch
  1605. SizingMargins   = 6, 1, 0, 0
  1606. ContentMargins  = 10, 0, 3, 0
  1607. ImageFile = Metallic\StartGroupNewAppButton.bmp
  1608. ImageCount  = 1
  1609. Transparent    = True
  1610. TransparentColor= 255 0 0
  1611. FillcolorHint = 254 234 182; Background newly installed app color (light orange)
  1612.  
  1613.  
  1614. [StartMenu::MenuBand.Seperator]
  1615. BgType  = ImageFile
  1616. SizingType  = Stretch
  1617. SizingMargins   = 6, 1, 3, 0
  1618. ContentMargins  = 10, 0, 3, 0
  1619. ImageFile = Metallic\StartGroupSeperator.bmp
  1620. ImageCount  = 1
  1621. Transparent    = True
  1622. TransparentColor= 255 0 0
  1623. FillColorHint = 211 211 200; Separator color (grey)
  1624.  
  1625.  
  1626. [StartMenu::Toolbar]
  1627. BgType  = ImageFile
  1628. ImageFile = Metallic\StartGroupBackground.bmp
  1629. SizingType    = Stretch
  1630. SizingMargins    = 6, 5, 3, 4
  1631. ContentMargins    = 0, 0, 0, 0
  1632. Font= Tahoma, 8
  1633. TextColor   = 0 0 0
  1634. FillColorHint = 255 255 255; Background of More Programs menu (white)
  1635. AccentColorHint = 240 241 245; Left edge of More Programs menu (grey)
  1636.  
  1637.  
  1638.  
  1639. [StartMenu::Toolbar(Hot)]
  1640. TextColor   = 255 255 255
  1641.  
  1642. [StartMenu::Toolbar.Button]
  1643. BgType  = ImageFile
  1644. SizingType  = Stretch
  1645. SizingMargins   = 6, 1, 0, 0
  1646. ContentMargins  = 10, 0, 3, 0
  1647. ImageFile = Metallic\StartGroupToolbarButton.bmp
  1648. ImageCount  = 3
  1649. ImageLayout    = vertical
  1650. Transparent    = True
  1651. TransparentColor= 255 0 0
  1652. FillColorHint = 177 83 187; Rollover of item on More Programs menu (grey)
  1653.  
  1654.  
  1655. [TaskBar::Toolbar]
  1656. BgType  = None
  1657. Font= Tahoma, 8
  1658. TextColor   = 0 0 0
  1659.  
  1660. [TaskBar::Toolbar.Button]
  1661. BgType  = ImageFile
  1662. SizingType  = Stretch
  1663. SizingMargins   = 4, 4, 16, 8
  1664. ContentMargins  = 0, 0, 4, 4
  1665. ImageFile = Metallic\TaskBandButtonNoEdge.bmp
  1666. ImageCount  = 6
  1667. ImageLayout = vertical
  1668. Transparent = True
  1669. FillColorHint = 177 183 187; Average background color (grey)
  1670.  
  1671.  
  1672. [TaskBar::Toolbar.DropdownButton]
  1673. BgType  = ImageFile
  1674.  
  1675. SizingType  = Stretch
  1676. SizingMargins   = 4, 4, 16, 8
  1677. ContentMargins  = 2, 0, 4, 4
  1678. ImageFile = Metallic\TaskBandButtonNoEdge.bmp
  1679. ImageCount  = 6
  1680. ImageLayout = vertical
  1681. Transparent = True
  1682. FillColorHint = 177 183 187; Average background color (grey)
  1683.  
  1684.  
  1685. [TaskBarVert::Toolbar]
  1686. BgType  = None
  1687. Font= Tahoma, 8
  1688. TextColor   = 0 0 0
  1689.  
  1690. [TaskBar::Toolbar(checked)]
  1691. TextColor = 255 255 255
  1692.  
  1693. [TaskBar::Toolbar(pressed)]
  1694. TextColor = 255 255 255
  1695.  
  1696. [TaskBar::Toolbar(hotchecked)]
  1697. TextColor = 255 255 255
  1698.  
  1699. [TaskBarVert::Toolbar(checked)]
  1700. TextColor = 255 255 255
  1701.  
  1702. [TaskBarVert::Toolbar(pressed)]
  1703. TextColor = 255 255 255
  1704.  
  1705. [TaskBarVert::Toolbar(hotchecked)]
  1706. TextColor = 255 255 255
  1707.  
  1708. [TaskBarVert::Toolbar.Button]
  1709. BgType  = ImageFile
  1710. SizingType  = Stretch
  1711. SizingMargins   = 4, 4, 15, 3
  1712. ContentMargins  = 1, 1, 1, 1
  1713. ImageFile = Metallic\TaskBandButtonNoEdgeVertical.bmp
  1714. ImageCount  = 6
  1715. ImageLayout = vertical
  1716. Transparent = True
  1717. FillColorHint = 177 183 187; Average background color (grey)
  1718.  
  1719.  
  1720.  
  1721. [TaskBarVert::Toolbar.DropdownButton]
  1722. BgType  = ImageFile
  1723. SizingType  = Stretch
  1724. SizingMargins   = 4, 4, 15, 3
  1725. ContentMargins  = 1, 1, 1, 1
  1726. ImageFile = Metallic\TaskBandButtonNoEdgeVertical.bmp
  1727. ImageCount  = 6
  1728. ImageLayout = vertical
  1729. Transparent = True
  1730. FillColorHint = 177 183 187; ; Average background color (grey)
  1731.  
  1732.  
  1733. [TaskBar::Rebar]
  1734. BgType  = None
  1735. Font= Tahoma, 8
  1736. TextColor   = 0 0 0 
  1737.  
  1738. [TaskBar::Rebar.Band]
  1739. BgType  = None
  1740.  
  1741. [TaskBar::Rebar.Gripper]
  1742. BgType  = ImageFile
  1743. SizingType  = Tile
  1744. SizingMargins   = 0, 0, 6, 4
  1745. ContentMargins  = 2, 1, 0, 0
  1746. ImageFile = Metallic\TaskbarGripper.bmp
  1747. ImageCount  = 1
  1748. Transparent = True
  1749. TransparentColor= 255 0 255
  1750. FillColorHint = 119 119 92; Gripper dot color (dark grey)
  1751.  
  1752.  
  1753. [TaskBar::Rebar.GripperVert]
  1754. BgType  = ImageFile
  1755. SizingType  = Tile
  1756. SizingMargins   = 4, 6, 0, 0
  1757. ContentMargins  = 0, 0, 2, 1
  1758. ImageFile = Metallic\TaskbarGripperVertical.bmp
  1759. ImageCount  = 1
  1760. Transparent = True
  1761. TransparentColor= 255 0 255
  1762. FillColorHint = 119 119 92; Gripper dot color (dark grey)
  1763.  
  1764.  
  1765. [TaskBar::Rebar.Chevron]
  1766. BgType  = ImageFile
  1767. SizingType  = Stretch
  1768. SizingMargins   = 4, 4, 16, 8
  1769. ContentMargins  = 0, 0, 0, 10
  1770. ImageFile = Metallic\TaskBandButtonNoEdge.bmp
  1771. ImageCount  = 6
  1772. ImageLayout = vertical
  1773. Transparent = True
  1774. GlyphType   = ImageGlyph
  1775. GlyphImageFile = Metallic\TaskbarChevron.bmp
  1776. GlyphTransparent= true
  1777. VAlign = Top
  1778. FillColorHint = 255 255 255; Overflow glyph color (white)
  1779.  
  1780.  
  1781. [TaskBar::Rebar.ChevronVert]
  1782. BgType  = ImageFile
  1783. SizingType  = Stretch
  1784. SizingMargins   = 4, 4, 15, 3
  1785. ContentMargins  = 0, 0, 0, 0
  1786. ImageFile = Metallic\TaskBandButtonNoEdgeVertical.bmp
  1787. ImageCount  = 6
  1788. ImageLayout = vertical
  1789. Transparent = True
  1790. GlyphType   = ImageGlyph
  1791. GlyphImageFile = Metallic\TaskbarChevronVert.bmp
  1792. GlyphTransparent= true
  1793. FillColorHint = 255 255 255; Overflow glyph color (white)
  1794.  
  1795. TransparentColor= 255 0 255
  1796.  
  1797. [TaskBar.BackgroundBottom]
  1798. BgType  = ImageFile
  1799. SizingType  = Tile
  1800. SizingMargins   = 0, 0, 17, 12
  1801. ImageFile = Metallic\TaskbarBackground.bmp
  1802. ImageCount  = 1
  1803. FillColorHint = 168 169 191; Average background color (grey)
  1804.  
  1805.  
  1806. [TaskBar.SizingBarBottom]
  1807. BgType  = ImageFile
  1808. SizingType  = Tile
  1809. ImageFile = Metallic\TaskbarSizingBarBottom.bmp
  1810. ImageCount  = 1
  1811. FillColorHint = 166 167 193; Average color (grey)
  1812.  
  1813.  
  1814. [TaskBar.BackgroundLeft]
  1815. BgType  = ImageFile
  1816. SizingType  = Tile
  1817. SizingMargins   = 17, 12, 0, 0
  1818. ImageFile = Metallic\TaskbarBackgroundVertical.bmp
  1819. ImageCount  = 1
  1820. FillColorHint = 177 183 187; Average background color (grey)
  1821.  
  1822.  
  1823. [TaskBar.SizingBarLeft]
  1824. BgType  = ImageFile
  1825. SizingType  = Tile
  1826. ImageFile = Metallic\TaskbarSizingBarLeft.bmp
  1827. ImageCount  = 1
  1828. FillColorHint = 166 167 193; Average color (grey)
  1829.  
  1830.  
  1831. [TaskBar.BackgroundTop]
  1832. BgType  = ImageFile
  1833. SizingType  = Tile
  1834. SizingMargins   = 0, 0, 17, 12
  1835. ImageFile = Metallic\TaskbarBackground.bmp
  1836. ImageCount  = 1
  1837. FillColorHint = 177 183 187; Average background color (grey)
  1838.  
  1839.  
  1840. [TaskBar.SizingBarTop]
  1841. BgType  = ImageFile
  1842. SizingType  = Tile
  1843. ImageFile = Metallic\TaskbarSizingBarTop.bmp
  1844. ImageCount  = 1
  1845. FillColorHint = 166 167 193; Average color (gret)
  1846.  
  1847.  
  1848. [TaskBar.BackgroundRight]
  1849. BgType  = ImageFile
  1850. SizingType  = Tile
  1851. SizingMargins   = 17, 12, 0, 0
  1852. ImageFile = Metallic\TaskbarBackgroundVertical.bmp
  1853. ImageCount  = 1
  1854. FillColorHint = 177 183 187; Average background color (grey)
  1855.  
  1856.  
  1857. [TaskBar.SizingBarRight]
  1858. BgType  = ImageFile
  1859. SizingType  = Stretch
  1860. ImageFile = Metallic\TaskbarSizingBarRight.bmp
  1861. ImageCount  = 1
  1862. FillColorHint = 166 167 193; Average color (grey)
  1863.  
  1864.  
  1865. ;-------------- Taskband specific --------------
  1866. [TaskBand.FlashButton]
  1867. BgType  = ImageFile
  1868. SizingType  = Stretch
  1869. SizingMargins   = 17, 6, 12, 12
  1870. ContentMargins  = 0, 0, 4, 4
  1871. ImageFile = Metallic\TaskBandFlashButton.bmp
  1872. ImageCount  = 1
  1873. ImageLayout = vertical
  1874. Transparent = True
  1875. FillColorHint = 218 219 229; Average background color (grey)
  1876. AccentColorHint = 255 192 91; Attention hilite color (orange)
  1877.  
  1878. TransparentColor= 255 0 255
  1879.  
  1880. [TaskBand.FlashButtonGroupMenu]
  1881. BgType  = ImageFile
  1882. SizingType  = Stretch
  1883. SizingMargins   = 17, 5, 12, 7
  1884. ContentMargins  = 0, 0, 4, 4
  1885. ImageFile = Metallic\TaskBandFlashButtonGroupMenu.bmp
  1886. ImageCount  = 1
  1887. Transparent = True
  1888. FillColorHint = 218 219 229; Average background color (grey)
  1889. AccentColorHint = 255 192 91; Attention hilite color (orange)
  1890. TransparentColor= 255 0 0
  1891.  
  1892. [TaskBand.GroupCount]
  1893. Font= Tahoma, 8, Bold
  1894. TextColor   = 255 116 66
  1895.  
  1896. [TaskBand::Toolbar]
  1897. BgType  = None
  1898. Font= Tahoma, 8
  1899. TextColor   = 64 64 64
  1900.  
  1901. [TaskBand::Toolbar(checked)]
  1902. TextColor = 255 255 255
  1903.  
  1904. [TaskBand::Toolbar(pressed)]
  1905. TextColor = 255 255 255
  1906.  
  1907. [TaskBand::Toolbar(hotchecked)]
  1908. TextColor = 255 255 255
  1909.  
  1910. [TaskBand::Toolbar.Button]
  1911. BgType  = ImageFile
  1912. SizingType  = Stretch
  1913. SizingMargins   = 17, 5, 15, 8
  1914. ContentMargins  = 0, 4, 4, 4
  1915. ImageFile = Metallic\TaskBandButton.bmp
  1916. ImageCount  = 6
  1917. ImageLayout = vertical
  1918. Transparent = True
  1919. FillColorHint = 218 219 229; Average background color (grey)
  1920.  
  1921.  
  1922. [TaskBand::Toolbar.DropdownButton]
  1923. BgType  = ImageFile
  1924. SizingType  = Stretch
  1925. SizingMargins   = 17, 5, 15, 8
  1926. ContentMargins  = 0, 4, 4, 4
  1927. ImageFile = Metallic\TaskBandButton.bmp
  1928. ImageCount  = 6
  1929. ImageLayout = vertical
  1930. Transparent = True
  1931. FillColorHint = 218 219 229; Average background color (grey)
  1932.  
  1933.  
  1934.  
  1935.  
  1936. [TaskBandVert::Toolbar]
  1937. BgType  = None
  1938. Font= Tahoma, 8
  1939. TextColor   = 0 0 0
  1940.  
  1941. [TaskBandVert::Toolbar(checked)]
  1942. TextColor = 255 255 255
  1943.  
  1944. [TaskBandVert::Toolbar(pressed)]
  1945. TextColor = 255 255 255
  1946.  
  1947. [TaskBandVert::Toolbar(hotchecked)]
  1948. TextColor = 255 255 255
  1949.  
  1950. [TaskBandVert::Toolbar.Button]
  1951. BgType  = ImageFile
  1952. SizingType  = Stretch
  1953. SizingMargins   = 16, 7, 12, 6
  1954. ContentMargins  = 0, 4, 4, 4
  1955. ImageFile = Metallic\TaskBandButtonVertical.bmp
  1956. ImageCount  = 6
  1957. ImageLayout = vertical
  1958. Transparent = True
  1959. FillColorHint = 218 219 229; Average background color (grey)
  1960.  
  1961.  
  1962. [TaskBandVert::Toolbar.DropdownButton]
  1963. BgType  = ImageFile
  1964. SizingType  = Stretch
  1965. SizingMargins   = 16, 7, 12, 6
  1966. ContentMargins  = 0, 4, 4, 4
  1967. ImageFile = Metallic\TaskBandButtonVertical.bmp
  1968. ImageCount  = 6
  1969. ImageLayout = vertical
  1970. Transparent = True
  1971. FillColorHint = 218 219 229; Average background color (grey)
  1972.  
  1973.  
  1974. [TaskBand::ScrollBar.ArrowBtn]
  1975. BgType  = ImageFile
  1976. SizingMargins = 5, 5, 5, 5
  1977. ContentMargins = 0, 0, 0, 0
  1978. SizingType = Stretch
  1979. ImageFile = Metallic\TaskbandScrollArrows.bmp
  1980. ImageCount = 16
  1981. ImageLayout = Vertical
  1982. GlyphType   = ImageGlyph
  1983. GlyphImageFile = Metallic\TaskBandScrollArrowGlyphs.bmp
  1984. GlyphTransparent = True
  1985. FillColorHint = 119 119 92; Average background color (dark grey)
  1986.  
  1987.  
  1988.  
  1989. [TaskBand::Scrollbar.ThumbBtnHorz]
  1990. BgType  = ImageFile
  1991. SizingMargins = 5, 5, 5, 5
  1992. ContentMargins = 4, 4, 0, 0
  1993. ImageFile = Metallic\TaskBandScrollThumbHorizontal.bmp
  1994. ImageCount  = 4
  1995. ImageLayout = Vertical
  1996. FillColorHint = 119 119 92; Average background color (dark grey)
  1997.  
  1998.  
  1999. ;A visual element in the middle of the scrollbar thumb
  2000. [TaskBand::Scrollbar.GripperHorz]
  2001. BgType  = ImageFile
  2002. SizingType  = TrueSize
  2003. ImageFile = Metallic\TaskBandScrollThumbGripperHorizontal.BMP
  2004. imagelayout = vertical
  2005. Transparent = True
  2006. ImageCount  = 4
  2007. FillColorHint = 177 183 187; Thumb gripper lighter color (grey)
  2008.  
  2009.  
  2010. ; Scrollbar Thumb (vertical)
  2011. [TaskBand::Scrollbar.ThumbBtnVert]
  2012. BgType  = ImageFile
  2013. SizingMargins = 5, 5, 5, 5
  2014. ContentMargins = 0, 0, 4, 4
  2015. ImageFile = Metallic\TaskBandScrollThumbVertical.bmp
  2016. ImageCount  = 4
  2017. ImageLayout = vertical
  2018. Transparent = True
  2019. TransparentColor= 255 0 255
  2020.  
  2021. ;A visual element in the middle of the scrollbar thumb
  2022. [TaskBand::Scrollbar.GripperVert]
  2023. BgType  = ImageFile
  2024. SizingType  = TrueSize
  2025. ImageFile = Metallic\TaskBandScrollThumbGripperVertical.BMP
  2026. ImageCount  = 4
  2027. Transparent = True
  2028. ImageLayout = Vertical
  2029. FillColorHint = 177 183 187; Thumb gripper lighter color (grey)
  2030.  
  2031.  
  2032.  
  2033. ; Scrollbar Tracks (horizontal)
  2034. [TaskBand::Scrollbar.LowerTrackHorz]
  2035. BgType  = imagefile
  2036. ImageFile = Metallic\TaskBandScrollShaftHorizontal.bmp
  2037. SizingMargins = 0, 0, 1, 1
  2038. ImageCount = 4
  2039. ImageLayout = Vertical
  2040. FillColorHint = 177 183 187; Average background color (grey)
  2041.  
  2042.  
  2043.  
  2044. [TaskBand::Scrollbar.UpperTrackHorz]
  2045. BgType  = imagefile
  2046. ImageFile = Metallic\TaskBandScrollShaftHorizontal.bmp
  2047. SizingMargins = 0, 0, 1, 1
  2048. ImageCount = 4
  2049. ImageLayout = Vertical
  2050. FillColorHint = 240 241 245; Average background color (grey)
  2051.  
  2052.  
  2053.  
  2054. ; Scrollbar Tracks (vertical)
  2055. [TaskBand::Scrollbar.LowerTrackVert]
  2056. BgType  = imagefile
  2057. ImageFile = Metallic\TaskBandScrollShaftVertical.bmp
  2058. SizingMargins = 1, 1, 0, 0
  2059. ImageCount = 4
  2060. ImageLayout = Vertical
  2061. FillColorHint = 240 241 245; Average background color (grey)
  2062.  
  2063.  
  2064.  
  2065. [TaskBand::Scrollbar.UpperTrackVert]
  2066. BgType  = imagefile
  2067. ImageFile = Metallic\TaskBandScrollShaftVertical.bmp
  2068. SizingMargins = 1, 1, 0, 0
  2069. ImageCount = 4
  2070. ImageLayout = Vertical
  2071. FillColorHint = 240 241 245; Average background color (grey)
  2072.  
  2073.  
  2074. ;-------------- Taskband Group Menu specific --------------
  2075. [TaskBandGroupMenu::Toolbar]
  2076. BgType  = ImageFile
  2077. ImageFile = Metallic\TaskBandBackground.bmp
  2078. SizingType    = Tile
  2079. SizingMargins    = 3, 3, 3, 3
  2080. ContentMargins    = 9, 0, 0, 0
  2081. Font= Tahoma, 8
  2082. TextColor   = 0 0 0 
  2083. FillColorHint = 177 183 187; Average background color (grey)
  2084. AccentColorHint = 255 199 60; Menu top hilite color (orange)
  2085.  
  2086.  
  2087.  
  2088. [TaskBandGroupMenu::Toolbar.Button]
  2089. BgType  = ImageFile
  2090. SizingType  = stretch
  2091. SizingMargins   = 3, 3, 0, 0
  2092. ContentMargins  = 9, 0, 3, 3
  2093. ImageFile = Metallic\TaskBandHover.bmp
  2094. ImageCount  = 3
  2095. ImageLayout    = vertical
  2096. Transparent    = True
  2097. TransparentColor= 255 0 0
  2098.  
  2099. ;-------------- Tray Notify specific --------------
  2100. [TrayNotify::Toolbar]
  2101. BgType  = None
  2102.  
  2103. [TrayNotify::Toolbar.Button]
  2104. BgType  = None
  2105.  
  2106. [TrayNotifyHoriz::TrayNotify.Background]
  2107. BgType  = ImageFile
  2108. SizingType  = Stretch
  2109. SizingMargins   = 34, 10, 12, 12
  2110. ContentMargins  = 19, 7, 0, 0
  2111. ImageFile = Metallic\TaskbarTray.bmp
  2112. ImageCount  = 1
  2113. Transparent = True
  2114. TransparentColor= 255 0 0
  2115. FillColorHint = 203 204 218; Average background color (grey)
  2116.  
  2117.  
  2118. [TrayNotifyHoriz::Button]
  2119. BgType  = ImageFile
  2120. SizingType  = TrueSize
  2121. ImageFile = Metallic\TrayChevronHorizontal.bmp
  2122. ImageCount  = 3
  2123. Imagelayout = vertical
  2124. Transparent = True
  2125. TransparentColor= 255 0 255
  2126.  
  2127. [TrayNotifyHorizOpen::Button]
  2128. BgType  = ImageFile
  2129. SizingType  = TrueSize
  2130. ImageFile = Metallic\TrayChevronHorizontalOpen.bmp
  2131. ImageCount  = 3
  2132. Imagelayout = vertical
  2133. Transparent = True
  2134. TransparentColor= 255 0 255
  2135.  
  2136. [TrayNotifyVert::TrayNotify.Background]
  2137. BgType  = ImageFile
  2138. SizingType  = Stretch
  2139. SizingMargins   = 12, 12, 34, 10
  2140. ContentMargins  = 0, 0, 19, 7
  2141. ImageFile = Metallic\TaskbarTrayVertical.bmp
  2142. ImageCount  = 1
  2143. Transparent = True
  2144. TransparentColor= 255 0 0
  2145. FillColorHint = 203 204 218; Average background color (grey)
  2146.  
  2147.  
  2148. [TrayNotifyVert::Button]
  2149. BgType  = ImageFile
  2150. SizingType  = TrueSize
  2151. Transparent = True
  2152. ImageFile = Metallic\TrayChevronHorizontal.bmp
  2153. ImageCount  = 3
  2154. Imagelayout = vertical
  2155. FillColorHint = 203 204 218; Average background color (grey)
  2156.  
  2157.  
  2158. [TrayNotifyVertOpen::Button]
  2159. BgType  = ImageFile
  2160. SizingType  = TrueSize
  2161. Transparent = True
  2162. ImageFile = Metallic\TrayChevronHorizontalOpen.bmp
  2163. ImageCount  = 3
  2164. Imagelayout = vertical
  2165. FillColorHint = 203 204 218; Average background color (grey)
  2166.  
  2167.  
  2168. [TrayNotify::Clock]
  2169. Font= Tahoma, 8
  2170. TextColor   = 0 0 0
  2171.  
  2172. ;-------------- Application-specific ------------------------
  2173.  
  2174.  
  2175. ;----------- places bar --------------------------------
  2176. ;The places toolbar in the fileopen/save dialog.
  2177. [Placesbar::Toolbar]
  2178. SizingMargins = 4, 4, 4, 4
  2179. ContentMargins = 0, 0, 0, 0
  2180. ImageFile = Metallic\PlaceBarBackground.bmp
  2181. bgtype = imagefile
  2182. imageCount = 1
  2183. sizingType = tile
  2184. FillColorHint = 204 241 245; Background color (light grey)
  2185.  
  2186.  
  2187. [Placesbar::Toolbar.Button]
  2188. SizingMargins = 4, 4, 4, 4
  2189. ContentMargins = 0, 0, 4, 2
  2190. ImageFile = Metallic\PlaceBarButtons.bmp
  2191. bgtype = imagefile
  2192. imagelayout = vertical
  2193. imageCount = 6
  2194. sizingType = stretch
  2195. transparent = true
  2196. FillColorHint = 255 255 255; Selected color (white)
  2197. BorderColorHint = 177 183 187; Outline color (grey)
  2198.  
  2199.  
  2200. ;----------- Explorer (IE) bar --------------------------------
  2201. [ExplorerBar]
  2202. BgType  = BorderFill
  2203. FillType= VertGradient
  2204. GradientRatio1  = 0
  2205. GradientColor1  = 224 224 223
  2206. GradientRatio2  = 255
  2207. GradientColor2  = 166 164 186
  2208. BorderSize  = 0
  2209. ContentMargins  = 12, 12, 12, 12
  2210.  
  2211. [ExplorerBar.HeaderBackground]; Not used in IE 6
  2212. BgType  = ImageFile
  2213. SizingType  = Stretch
  2214. ImageFile = Metallic\ExplorerBarHeaderBackground.bmp
  2215. SizingMargins   = 202, 1, 0, 0
  2216. Font= Tahoma, 8, Bold
  2217. TextColor   = 255 255 255
  2218. ContentMargins  = 8, 8, 7, 7
  2219. FillColorHint = 195 193 204; Mid color of gradient (grey)
  2220.  
  2221.  
  2222. [ExplorerBar.HeaderClose]; Not used in IE 6
  2223. BgType  = ImageFile
  2224. SizingType  = TrueSize
  2225. ImageLayout = Vertical
  2226. ImageFile = Metallic\ExplorerBarHeaderClose.bmp
  2227. ImageCount  = 3
  2228. Transparent = true
  2229. OffsetType  = TopRight
  2230. Offset  = -4, 4
  2231. FillColorHint = 204 207 214; Close box normal state (brick red)
  2232. AccentColorHint = 114 138 152; Close box rollover (brick red)
  2233.  
  2234.  
  2235. [ExplorerBar.HeaderPin]; Not used in IE 6
  2236. BgType  = ImageFile
  2237. SizingType  = TrueSize
  2238. ImageLayout = Vertical
  2239. ImageFile = Metallic\ExplorerBarHeaderPin.bmp
  2240. ImageCount  = 6
  2241. Transparent = true
  2242. OffsetType  = TopRight
  2243. Offset  = -6, 4
  2244. FillColorHint = 178 182 201; Average pin color (grey)
  2245.  
  2246.  
  2247. [ExplorerBar.IEBarMenu]; Not used in IE 6
  2248. BgType  = ImageFile
  2249. SizingType  = TrueSize
  2250. ImageLayout = Vertical
  2251. ImageFile = Metallic\IE_PersonalBarMenu.bmp
  2252. ImageCount  = 3
  2253. Transparent = true
  2254. OffsetType  = TopRight
  2255. Offset  = -3, 1
  2256. FillColorHint = 192 190 202; Average button background color (light grey blue)
  2257. BorderColorHint = 84 82 104; Border of button (grey)
  2258.  
  2259.  
  2260. [ExplorerBar.NormalGroupBackground]
  2261. BgType  = ImageFile
  2262. FillColor = 242 240 255
  2263. BorderColor = 255 255 255
  2264. SizingType  = Stretch
  2265. ImageFile = Metallic\NormalGroupBackground.bmp
  2266. SizingMargins   = 3, 3, 3, 3
  2267. Font= Tahoma, 8
  2268. TextColor   = 85 83 103
  2269. ContentMargins  = 8, 8, 7, 7
  2270.  
  2271. [ExplorerBar.NormalGroupCollapse]
  2272. BgType  = ImageFile
  2273. SizingType  = TrueSize
  2274. ImageLayout = Vertical
  2275. ImageFile = Metallic\NormalGroupCollapse.bmp
  2276. ImageCount  = 3
  2277. Transparent = true
  2278. OffsetType  = TopRight
  2279. Offset  = -3, 1
  2280. FillColorHint = 219 217 239; Average button background color (light grey)
  2281. BorderColorHint = 177 183 187; Border of button (grey)
  2282.  
  2283.  
  2284. [ExplorerBar.NormalGroupExpand]
  2285. BgType  = ImageFile
  2286. SizingType  = TrueSize
  2287. ImageLayout = Vertical
  2288. ImageFile = Metallic\NormalGroupExpand.bmp
  2289. ImageCount  = 3
  2290. Transparent = true
  2291. OffsetType  = TopRight
  2292. Offset  = -3, 1
  2293. FillColorHint = 219 217 239; Average button background color (light grey)
  2294. BorderColorHint = 177 183 187; Border of button (grey)
  2295.  
  2296.  
  2297. [ExplorerBar.NormalGroupHead]
  2298.  
  2299. BgType  = ImageFile
  2300. SizingType  = Stretch
  2301. ImageFile = Metallic\NormalGroupHead.bmp
  2302. SizingMargins   = 3, 106, 3, 1
  2303. Transparent = true
  2304. Font= Tahoma, 8, Bold
  2305. TextColor   = 62 60 82
  2306. ContentMargins  = 8, 8, 7, 7
  2307. FillColorHint = 209 207 229; Lighter side of gradient (very light)
  2308.  
  2309.  
  2310. [ExplorerBar.SpecialGroupBackground]
  2311. BgType  = ImageFile
  2312. SizingType  = Stretch
  2313. ImageFile = Metallic\SpecialGroupBackground.bmp
  2314. SizingMargins   = 3, 3, 3, 3
  2315. Font= Tahoma, 8
  2316. TextColor   = 38 92 192
  2317. ContentMargins  = 8, 8, 7, 7
  2318. FillColorHint = 242 240 255; Background color (very light grey)
  2319.  
  2320.  
  2321. [ExplorerBar.SpecialGroupCollapse]
  2322. BgType  = ImageFile
  2323. SizingType  = TrueSize
  2324. ImageLayout = Vertical
  2325. ImageFile = Metallic\SpecialGroupCollapse.bmp
  2326. ImageCount  = 3
  2327. Transparent = true
  2328. OffsetType  = TopRight
  2329. Offset  = -3, 1
  2330. FillColorHint = 115 113 135; Average background color (dark grey)
  2331. BorderColorHint = 84 82 104; Edge color (dark grey)
  2332.  
  2333.  
  2334. [ExplorerBar.SpecialGroupExpand]
  2335. BgType  = ImageFile
  2336. SizingType  = TrueSize
  2337. ImageLayout = Vertical
  2338. ImageFile = Metallic\SpecialGroupExpand.bmp
  2339. ImageCount  = 3
  2340. Transparent = true
  2341. OffsetType  = TopRight
  2342. Offset  = -3, 1
  2343. FillColorHint = 115 113 135; Average background color (dark grey)
  2344. BorderColorHint = 84 82 104; Edge color (dark grey)
  2345.  
  2346.  
  2347.  
  2348. [ExplorerBar.SpecialGroupHead]
  2349. BgType  = ImageFile
  2350. SizingType  = Stretch
  2351. ImageFile = Metallic\SpecialGroupHead.bmp
  2352. SizingMargins   = 3, 106, 3, 1
  2353. Transparent = true
  2354. Font= Tahoma, 8, Bold
  2355. TextColor   = 255 255 255
  2356. FillColor = 62 60 82
  2357. ContentMargins  = 8, 8, 7, 7
  2358.  
  2359.  
  2360. [ExplorerBar::Rebar]; Not used in IE 6
  2361. bgtype  = imagefile
  2362. sizingtype  = stretch
  2363. ImageFile = Metallic\ExplorerBarToolbarBackground.bmp
  2364. sizingmargins   = 0, 0, 0, 4
  2365. Font= Tahoma, 8
  2366. TextColor   = 127 124 115
  2367. FillColorHint = 246 246 246; (very light grey)
  2368.  
  2369.  
  2370. [ExplorerBar::Rebar.Band]; Not used in IE 6
  2371. bgtype  = none
  2372. ContentMargins    = 2, 0, 0, 0
  2373.  
  2374. [ExplorerBar::Rebar.Gripper]; Not used in IE 6
  2375. bgtype = imagefile
  2376. SizingMargins   = 0, 0, 6, 4
  2377. ContentMargins  = 3, 0, 0, 0
  2378. ImageFile = Metallic\Gripper.bmp
  2379. sizingType  = Tile
  2380. Transparent = true
  2381. TransparentColor= 255 0 0
  2382. FillColorHint = 119 119 92; Gripper dot color (dark grey)
  2383.  
  2384.  
  2385. [ExplorerBar::Rebar.GripperVert]; Not used in IE 6
  2386. bgtype  = imagefile
  2387. SizingMargins   = 9, 8, 0, 0
  2388. ImageFile = Metallic\GripperVert.bmp
  2389. sizingType  = Tile
  2390. Transparent = true
  2391. TransparentColor= 255 0 0
  2392. FillColorHint = 119 119 92; Gripper dot color (dark grey)
  2393.  
  2394.  
  2395. [ExplorerBar::Rebar.Chevron]; Not used in IE 6
  2396. SizingMargins   = 4, 4, 4, 4
  2397. ContentMargins  = 0, 0, 0, 0
  2398. ImageFile = Metallic\ExplorerBarToolbarButtons.bmp
  2399. bgtype  = imagefile
  2400. imagelayout = vertical
  2401. imageCount  = 6
  2402. sizingType  = Stretch
  2403. Transparent = true
  2404. GlyphType   = ImageGlyph
  2405. GlyphImageFile = Metallic\Chevron.bmp
  2406. GlyphTransparent= true
  2407. VAlign  = Top
  2408. FillColorHint = 0 0 0; Glyph color (black)
  2409.  
  2410.  
  2411. [ExplorerBar::Rebar.ChevronVert]; Not used in IE 6
  2412. SizingMargins   = 4, 4, 4, 4
  2413. ContentMargins  = 0, 0, 0, 0
  2414. ImageFile = Metallic\ExplorerBarToolbarButtons.bmp
  2415. bgtype  = imagefile
  2416. imagelayout = vertical
  2417. imageCount  = 6
  2418. sizingType  = Stretch
  2419. Transparent = true
  2420. GlyphType   = ImageGlyph
  2421. GlyphImageFile = Metallic\Chevron.bmp
  2422. GlyphTransparent= true
  2423. VAlign  = Top
  2424. FillColorHint = 0 0 0; Glyph color (black)
  2425.  
  2426.  
  2427. [ExplorerBar::Toolbar.Button]; Not used in IE 6
  2428. SizingMargins   = 4, 4, 4, 4
  2429. ContentMargins  = 0, 0, 0, 0
  2430. ImageFile = Metallic\ExplorerBarToolbarButtons.bmp
  2431. bgtype  = imagefile
  2432. imagelayout = vertical
  2433. imageCount  = 6
  2434. sizingType  = Stretch
  2435. Transparent = true
  2436. TransparentColor= 255 0 255
  2437. FillColorHint = 240 241 245; Average fill color (light grey)
  2438. BorderColorHint = 177 183 187; Edge color (blue)
  2439.  
  2440.  
  2441. [ExplorerBar::Toolbar.DropdownButton]; Not used in IE 6
  2442. SizingMargins   = 4, 4, 4, 4
  2443. ContentMargins  = 0, 0, 0, 0
  2444. ImageFile = Metallic\ExplorerBarToolbarButtons.bmp
  2445. bgtype  = imagefile
  2446. imagelayout = vertical
  2447. imageCount  = 6
  2448. sizingType  = Stretch
  2449. Transparent = true
  2450. TransparentColor= 255 0 255
  2451. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2452. BorderColorHint = 177 183 187; Edge color (blue)
  2453.  
  2454.  
  2455. [ExplorerBar::Toolbar.SplitButton]; Not used in IE 6
  2456. SizingMargins   = 4, 2, 4, 4
  2457. ImageFile = Metallic\ExplorerBarToolbarButtonsSplit.bmp
  2458. bgtype  = imagefile
  2459. imagelayout = vertical
  2460. imageCount  = 6
  2461. sizingType  = Stretch
  2462. Transparent = true
  2463. TransparentColor= 255 0 255
  2464. FillColorHint = 240 241 245; Average fill color (light grey)
  2465. BorderColorHint = 177 183 187; Edge color (blue)
  2466.  
  2467.  
  2468. [ExplorerBar::Toolbar.SplitButtonDropdown]; Not used in IE 6
  2469. SizingMargins   = 2, 4, 4, 4
  2470. ImageFile = Metallic\ExplorerBarToolbarButtonsSplitDropdown.bmp
  2471. bgtype  = imagefile
  2472. imagelayout = vertical
  2473. imageCount  = 6
  2474. sizingType  = Stretch
  2475. Transparent = true
  2476. TransparentColor= 255 0 255
  2477. GlyphType   = ImageGlyph
  2478. GlyphImageFile = Metallic\ToolbarButtonsSplitDropdownGlyph.bmp
  2479. GlyphTransparent= true
  2480. FillColorHint = 240 241 245; Average fill color (light grey)
  2481. BorderColorHint = 177 183 187; Edge color (grey)
  2482.  
  2483.  
  2484. [ExplorerBar::Toolbar.Separator]; Not used in IE 6
  2485. SizingMargins   = 5, 2, 2, 1
  2486. ImageFile = Metallic\Separator.bmp
  2487. bgtype  = imagefile
  2488. imageCount  = 1
  2489. sizingType  = tile
  2490. Transparent = true
  2491. TransparentColor= 255 0 0
  2492. FillColorHint = 119 119 92; Separator line color (dark grey)
  2493.  
  2494.  
  2495. [ExplorerBar::Toolbar.SeparatorVert]; Not used in IE 6
  2496. SizingMargins   = 2, 1, 5, 1
  2497. ImageFile = Metallic\SeparatorVert.bmp
  2498. bgtype  = imagefile
  2499. imageCount  = 1
  2500. sizingType  = tile
  2501. Transparent = true
  2502. TransparentColor= 255 0 0
  2503. FillColorHint = 119 119 92; Separator line color (dark grey)
  2504.  
  2505.